home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 8 / Power CD-ROM 8.iso / dos / vfd15 / demo.bat next >
DOS Batch File  |  1994-09-22  |  154b  |  8 lines

  1. echo off
  2. rem Play all RLE AVIs in a continuous loop with fade transitions.
  3. :start
  4. geewiz * -l1 -d -f3 -g
  5. if errorlevel 1 goto end
  6. goto start
  7. :end
  8.